home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / animal_1.swf / scripts / frame_79 / DoAction.as
Text File  |  2006-05-29  |  320b  |  23 lines

  1. var i = 1;
  2. while(20 >= i)
  3. {
  4.    this["nam" + i] = "";
  5.    this["pot" + i] = "";
  6.    i++;
  7. }
  8. var i = 1;
  9. while(20 >= i)
  10. {
  11.    this["nam" + i] = pos["nam" + i];
  12.    this["pot" + i] = pos["pot" + i];
  13.    i++;
  14. }
  15. if(pos.pot20 == null || pos.pot20 < score)
  16. {
  17.    reg._Visible = 1;
  18. }
  19. else
  20. {
  21.    reg._Visible = 0;
  22. }
  23.